1. Remove workaround patch
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 25 Aug 2005 15:51:30 +0000 (15:51 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 25 Aug 2005 15:51:30 +0000 (15:51 +0000)
commit2a17786484b7424607dba0432d7166a1de105e7c
treea7fb1740b73ef08d7871199f1a1b36b539bb26d5
parent2c9dd62c64a5b3103fabae2989847d4f9745e0cd
1. Remove workaround patch
2. Update scripts/vif-bridge to not call 'brctl delif'

When a domU is shutdown/destroyed and the netif is destroyed, the
notify_call_chain triggered from unregister_netdevice() will trigger the
bridge event handler and which will call the proper code to remove the
device from the bridge.

I can't see any reason why brtcl delif should be called when taking out
a domain if the call chain will delete the interface from the bridge
when the vif is destroyed automatically.

Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
patches/linux-2.6.12/workaround_double_br_del_if.patch [deleted file]
tools/examples/vif-bridge